Implement Sha256 bindings
authorAlex Crichton <alex@alexcrichton.com>
Mon, 8 Sep 2014 23:01:38 +0000 (16:01 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 16 Sep 2014 19:05:21 +0000 (12:05 -0700)
commit2d6539154b91d305606478d03dc4505a7ee40dd7
treead17b35380902f66a5f85a306a76870f4c939282
parent18e884d8de4e98ad78c53788ac10463cd6f0111d
Implement Sha256 bindings

These are used to verify the downloads of packages from the registry.
src/cargo/lib.rs
src/cargo/sources/registry.rs
src/cargo/util/mod.rs
src/cargo/util/sha256.rs [new file with mode: 0644]